introspection: Fix typo in annotation
authorFlorian Müllner <fmuellner@gnome.org>
Fri, 24 Sep 2010 16:03:25 +0000 (18:03 +0200)
committerFlorian Müllner <fmuellner@gnome.org>
Fri, 24 Sep 2010 16:26:34 +0000 (18:26 +0200)
gtk/gtkbuilder.c

index 127bae2bc9a6cc5854714cf7ac51f31c57be5eb4..d0c4725ab5ce37a158f5796b9e5044edc2c6bff3 100644 (file)
@@ -1028,7 +1028,7 @@ gtk_builder_add_from_string (GtkBuilder   *builder,
  * @builder: a #GtkBuilder
  * @buffer: the string to parse
  * @length: the length of @buffer (may be -1 if @buffer is nul-terminated)
- * @object_ids: (array zero-teminated=1) (element-type utf8): nul-terminated array of objects to build
+ * @object_ids: (array zero-terminated=1) (element-type utf8): nul-terminated array of objects to build
  * @error: (allow-none): return location for an error, or %NULL
  *
  * Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder